github.com/refraction-networking/utls.cipherSuite.mac (field)
9 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L146: mac func(key []byte) hash.Hash
handshake_client.go#L884: clientHash = hs.suite.mac(clientMAC)
handshake_client.go#L886: serverHash = hs.suite.mac(serverMAC)
handshake_server.go#L797: clientHash = hs.suite.mac(clientMAC)
handshake_server.go#L799: serverHash = hs.suite.mac(serverMAC)
u_conn.go#L780: clientHash = cs.mac(clientMAC)
u_conn.go#L782: serverHash = cs.mac(serverMAC)
u_public.go#L525: mac: cs.Mac,
u_public.go#L543: Mac: cs.mac,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |